func crypto/internal/fips140/mlkem.newKeyFromSeed1024

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem1024.go#L142: 	return newKeyFromSeed1024(dk, seed)
		mlkem1024.go#L145: func newKeyFromSeed1024(dk *DecapsulationKey1024, seed []byte) (*DecapsulationKey1024, error) {